home *** CD-ROM | disk | FTP | other *** search
/ Directorty Opus 5 - Magellan 2 / Opus 5 - Magellan 2.iso / Extras / hotlist_module / Catalogs / hotlist.module.cd < prev    next >
Text File  |  1996-10-17  |  3KB  |  104 lines

  1. ; ************************************************* 
  2. ; Catalog description file for hotlist.module
  3. ; ************************************************* 
  4. ;
  5. ; This is the title for requesters
  6. MSG_TITLE (1000//)
  7. Hotlist
  8. ;
  9. ; The description line displayed in the list of commands
  10. MSG_HOTLIST_DESC (//)
  11. Show user defined file/path hotlist
  12. ;
  13. MSG_OK_GAD (//)
  14. OK
  15. ;
  16. MSG_CANCEL_GAD (//)
  17. Cancel
  18. ;
  19. ; The gadget string below is for an "open a file requester" gadget.
  20. ; (Try doing 'MakeDir' in a hotlist to see where it's used.)
  21. MSG_BROWSE_GAD (//)
  22. Browse
  23. ;
  24. MSG_VERSREQ_FMT (//)
  25. Error: dopus5.library version %u or higher required.
  26. ;
  27. ; There are various sanity checks in the program which may catch a bug in the
  28. ; code itself. When one of these checks fails a requester appears with the
  29. ; string below.
  30. MSG_INTERNAL_ERROR (//)
  31. Internal error!
  32. ;
  33. MSG_CONFIGWRITE_ERROR (//)
  34. Error writting new config file.
  35. ;
  36. MSG_CONFIGREAD_ERROR (//)
  37. Error reading config file.
  38. ;
  39. ; The DEFAULTNAME and DEFAULTPATH strings below will be used when the hotlist
  40. ; is empty to add an entry to the lister as "<NAME> (<PATH>)".
  41. ; For example, the English strings give "Empty hotlist (drop entries here)".
  42. MSG_DEFAULTNAME (//)
  43. Empty hotlist
  44. ;
  45. MSG_DEFAULTPATH (//)
  46. drop entries here
  47. ;
  48. ; The string below is used when 0 or more than 1 entries are to be deleted.
  49. ; You should make this look like the internal delete requester in Opus.
  50. MSG_DELETE_FMT_PLURAL (//)
  51. Warning: you cannot get back\nwhat you delete! OK to delete:\n\n%d entries from the hotlist?
  52. ;
  53. ; The string below is used when exactly 1 entry is to be deleted.
  54. ; You should make this look like the internal delete requester in Opus.
  55. MSG_DELETE_FMT_SINGLE (//)
  56. Warning: you cannot get back\nwhat you delete! OK to delete:\n\n%d entry from the hotlist?
  57. ;
  58. ; %s in the string below is replaced by the PATH for the hotlist entry.
  59. ; You should always place quotes around the %s string.
  60. MSG_NAMEFORPATH_FMT (//)
  61. Enter a name for\n'%s'
  62. ;
  63. ; You should always place quotes around the %s string.
  64. MSG_NAMEDUPLIC_FMT (//)
  65. There is already an entry named\n'%s'
  66. ;
  67. MSG_PATHFORNEW (//)
  68. Enter path for new entry
  69. ;
  70. ; %s in the sting below is replaced by the name when asking for a new path
  71. ; when the user wants to rename an entry. %s should be surrounded by quotes.
  72. MSG_PATHFORRENAME_FMT (//)
  73. Enter new path for\n'%s'
  74. ;
  75. ; %s in the sting below is replaced by the path when asking for a new name
  76. ; when the user wants to rename an entry. %s should be surrounded by quotes.
  77. MSG_NAMEFORRENAME_FMT (//)
  78. Enter new name for\n'%s'
  79. ;
  80. MSG_UNSUPPORTED_FMT (//)
  81. The '%s' command is not\nsupported in hotlists.
  82. ;
  83. MSG_NOFILEDROP (//)
  84. You can only drop paths from the Hotlist\nto other listers. Dropping files doesn't\ndo anything right now.
  85. ;
  86. MSG_NOCUSTDROP (//)
  87. You cannot drop entries between a Hotlist\nand another custom-handler driven lister.
  88. ;
  89. MSG_EXECVERS_FMT (//)
  90. Error: exec.library version %u or higher required.
  91. ;
  92. ; This string should not be longer than 30 characters.
  93. MSG_SEMWAIT (//30)
  94. Config in use, waiting...
  95. ;
  96. MSG_NOSIGS (//)
  97. Error: No free signal bits.
  98. ;
  99. MSG_PATHQUERY (//)
  100. Couldn't query entry's path\nfrom the other Hotlist.
  101. ;
  102. MSG_PATHFORNEW_NEW (//)
  103. Enter path for new entry;\nGive a new filename to create\na new sub-hotlist.
  104.